*{margin:0;}
#external-container{
    height: 100%;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    align-content: center;
}

#internal-container{
    width: 100%;
    height: 90%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 0;
    scroll-behavior: smooth;
}

.blot-scrollbar{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.blot-scrollbar::-webkit-scrollbar {
    display: none;
  }

.snappable{
    align-content:center;
}

.do-snap{
    width: 100%;
    height: 100%;
    align-content:center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.text-gradient {
    background-image: linear-gradient(to bottom, white, white 30%, black 90%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

html, body{
    height: 100%;
    background-color: black;
    overflow: hidden;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif, serif;
}
div {
  flex: none;
}

h1{
    font-size: 47px;
    font-weight: 600;
}

h2 {
    font-size: 29px;
    font-weight: 400;
}

p {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 20px;
}